 /*
Theme Name:lzkh
Theme URI:http://www.lezhikanghu.com/
Description:lzkh PC端，请启用！！！不要启用移动端！！！不要启用移动端！！！不要启用移动端！！！
version:版本1.0.1
Author:lzkh
Author URL:http://www.lezhikanghu.com/
Tags:PC端,请启用
*/
*{word-wrap:break-word;box-sizing: border-box;}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl,li{margin:0;padding:0;list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none;box-shadow:none;}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #000;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.5}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer; color:#333}
a:hover{text-decoration:none;outline:none;color:#2e5b96;}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
/*重置表格元素*/
table{border-collapse: collapse; border-spacing: 0;}
/* 浮动和清除浮动 */
.fl{float: left;}
.fr{float: right;}
.clearfix:after {content: ".";display: block;height: 0; clear: both; visibility: hidden;}
.clearfix { zoom: 1;}
.clearfix { display: inline-table;}
*html .clearfix { height: 1%;}
.clearfix { display: block;}
/*超出隐藏*/
.text-overflow{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

input[type="button"], input[type="submit"], input[type="reset"]{
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}
 
/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

 
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}

:root {
	--global--color-green: #70B603;
	--global--color-dark: #333333;
	--global--color-gray: #7F7F7F;
	--global--color-deepred:#DB001B;
	--global--color-base: var(--global--color-dark);
	--global--color-light: var(--global--color-green);
	--global--color-link: var(--global--color-dark);
	--global--color-hover: var(--global--color-green);
	
	--global--font-size-base: .14rem;
	--global--font-size-xs: .12rem;
	--global--font-size-sm: .13rem;
	--global--font-size-md: .16rem;
	--global--font-size-ll: .18rem;
	--global--font-size-lg: .2rem;
	--global--font-size-xl: .24rem;
	--global--font-size-xxl: .3rem;
	--global--font-size-xxxl: .33rem;
	--global--font-size-xxxxl: .4rem;
	
	--global--template-width: 12rem;
	--global--spacing-width: .5rem;
}
/* *{margin: 0;padding: 0;}*/
html { font-size:625%; } 
body{ min-width:320px; margin:0 auto; padding:0; position:relative; background-color:#fff; font-size: .14rem; color: #101010;}
a,a:link{color:var(--global--color-link);}
a:hover{
	color:var(--global--color-hover);
    outline:none;
    background: none;
    text-decoration: none;
}
img {
   image-rendering: -moz-crisp-edges; /* Firefox */
   image-rendering: -o-crisp-edges; /* Opera */
   image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
   image-rendering: crisp-edges;
   -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

input::input-placeholder{color: #bbb;} 
input::-webkit-input-placeholder {color: #bbb;}
:-moz-placeholder {color: #bbb;}
::-moz-placeholder {color: #bbb;}
input:-ms-input-placeholder {color: #bbb;}
input::-ms-input-placeholder {color: #bbb;}

.deepred{color: var(--global--color-deepred);}

header{width: 100%;}
header .bottom,header .top p,footer,main,.banner,.friendlink,.position{width: var(--global--template-width); margin: 0 auto;}
header .top{background-color: #F2F2F2; height: .26rem; line-height: .26rem; width: 100%;}
header .top p{padding: 0 .2rem;}
header .bottom, header .menu{height: 1rem;display: flex; align-items: center;}
header .logo{height: 60%; width: 4rem; display: block; }
header .logo img{height: 100%; margin-left: .5rem;}
header .logo img:last-of-type{height: 70%; margin-left: .3rem;}
header nav{width: 100%; padding-right: .5rem; display: flex; justify-content: right;}
header nav a{display: inline-block; min-width: 1rem; height: .46rem; line-height: .46rem; text-align: center;  border-bottom: .02rem solid #fff; transition:all 0.3s ease 0s}
header nav a:hover,header nav .current-menu-item a{color: var(--global--color-light); border-bottom-color:var(--global--color-hover);}
header nav .menu-item{position: relative;}
header nav .menu > .menu-item{margin: 0 .02rem;}
header nav .sub-menu{display: none; position: absolute; background-color: var(--global--color-light); }
header nav .menu-item:hover .sub-menu{display: block; top: .46rem;}
header nav .sub-menu a{color: #FFF; height: .4rem; line-height: .4rem; }
header nav .sub-menu a:hover{background-color: rgba(255,255,255,0.2);}
header nav .sub-menu .current-menu-item a{background-color: rgba(255,255,255,0.3); color: #FFF;}
header nav .menu-item-has-children  a {border-bottom: none; }
header nav .menu-item-has-children > a {transition:none}
header nav .menu-item-has-children:hover > a, .current-menu-parent a{color:var(--global--color-light);border-bottom-color:var(--global--color-hover);}
header nav .menu-item-has-children:hover > a::before, .menu-item-has-children.current-menu-parent > a::before{
		content: "";
		width: 0;
	  height: 0;
		border-top: .07rem solid var(--global--color-light);
		border-right: .06rem solid transparent;
		border-left: .06rem solid transparent;
		
		position: absolute;
		right:.03rem;
		top:.2rem;
}

.banner img{width: 100%;}

main{position: relative; color: var(--global--color-gray);}

.module{margin-top: .4rem;  padding: 0 var(--global--spacing-width);}
.module > h2,.module > h3{text-align: center; color: var(--global--color-light);}
.module > h2{ font-size: var(--global--font-size-xxxl); font-weight: bold;}
.module > h3{ font-size: var(--global--font-size-xs);}
.module > div{margin-top: .3rem; position: relative;}
.module img{max-width: 100%;}
.module2 h2{text-align: left; font-size: var(--global--font-size-xl); }
.module2 h2 span{color: var(--global--color-base); padding-bottom: .1rem; padding-right: .2rem; border-bottom: .02rem solid var(--global--color-light);}
.module3{padding: 0;}
.module3 h2{text-align: left; font-size: var(--global--font-size-lg); font-weight: normal; }
.module3 h2 span{color: var(--global--color-base); padding-bottom: .1rem; padding-right: .2rem; border-bottom: .02rem solid var(--global--color-light);}

.icon {
  width: .9rem;
  height: .9rem;
  vertical-align: 0;
  fill: currentColor;
  overflow: hidden;
  color: var(--global--color-light);
}

/* index */
main.index{color: var(--global--color-base);}
.index .module{padding: 0 .3rem;}
.index .module.care{padding: 0;}
.care > div{ padding:0 .1rem;}
.care li{float:left;width:2rem; height: 2rem; padding:0px 0.18rem; position: relative;}
.care li div{position: relative; cursor: pointer; width:2rem; height: 2rem; border: 1px solid var(--global--color-base); border-radius: .05rem; text-align: center; padding-top: .3rem;}
.care li p{margin-top: .1rem; }
.care li span{display: none;width:100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(112,182,003,0.6); text-align: left; color: #fff; padding: 0 .15rem;}
.care li div:hover span{display: flex;  align-items: center;}

.services ul{display: flex; justify-content: space-between;}
.services li{width: 3rem; border: 1px solid var(--global--color-light); overflow: hidden;}
.services li img{width: 3rem; height: 2rem; object-fit: cover;}
.services li h4{border-top: 1px solid var(--global--color-light); border-bottom: 1px solid var(--global--color-light); color: var(--global--color-light); font-size: var(--global--font-size-xl); text-align: center; padding: .02rem 0;}
.services li p{padding: .1rem .15rem;}

.advantages > div{width: 11.4rem; height: 4.6rem;}
.advantages > div > div{width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.advantages img{width: 3.2rem;}
.advantages dl{position: absolute;font-weight: bold; left: .45rem; top: 1.55rem;}
.advantages dl dt{font-size: var(--global--font-size-xl); color: var(--global--color-light); }
.advantages dl:nth-of-type(2){left: 2.16rem; top: .26rem;}
.advantages dl:nth-of-type(3){left: 5.66rem; top: .46rem;}
.advantages dl:nth-of-type(4){left: 8.83rem; top: .77rem;}
.advantages dl:nth-of-type(5){left: 7.78rem; top: 3.38rem;}
.advantages dl:nth-of-type(6){left: .48rem; top: 3.5rem;}

.index .module.investigation{padding: 0 .5rem;}
.investigation > div{display: flex; justify-content: space-between; box-shadow: 0 0 0.1rem 0px rgba(0, 0, 0, 0.18); padding: .4rem; }
.investigation ul{width: 5.5rem;display: flex; flex-direction: column; justify-content: center;}
.investigation ul li{padding: .15rem 0; padding-right: .4rem;}
.investigation ul h4{color: var(--global--color-light); text-indent: 2em; font-size: var(--global--font-size-lg); padding-bottom: .05rem;}
.investigation ul p{text-indent: 2em; font-size: var(--global--font-size-md);}
.wheel{width: 3.8rem; margin-right: .2rem;}
.wheel .outer{ position: relative;width: 3.8rem; animation: a 3000s; animation-play-state:running}
.wheel .outer div{border-radius: 50%; border:.02rem solid #9FBE5E8c; display: flex; justify-content: center; align-items: center;}
.wheel .inner{width: 3.8rem; height: 3.8rem; }
.wheel .inner div {border: .02rem solid #ccc; width: 1.2rem; height: 1.2rem;}
.wheel .inner div div {border: .02rem solid #999; width: 1rem; height: 1rem;}
.wheel .inner div div div{border: .02rem solid #869E53; width: .8rem; height: .8rem;}
.wheel span{ position: absolute; animation: b 3000s; animation-play-state:running; display: block; width: .6rem; height: .4rem; line-height: 1.1; border-radius: .05rem; background-color: #9FBE5E; color: #fff; display: flex; justify-content: center; align-items: center; text-align: center; font-size: .15rem;}
.wheel .outer.over, .wheel span.over{animation:none}
.wheel .iconfont{color: #C5D3AC; font-size: .4rem; animation: b 3000s; animation-play-state:running}
.wheel:hover .outer,.wheel:hover span,.wheel:hover .iconfont{animation-play-state:paused}
@keyframes a{
	form{transform: rotate(0deg)}
	to{transform: rotate(36000deg)}
}
@keyframes b{
	form{transform: rotate(0deg)}
	to{transform: rotate(-36000deg)}
}


.information ul{}
.information li{display: flex; justify-content:left; border-bottom: 1px dashed var(--global--color-base);}
.information li:last-of-type{border-bottom: none;}
.information p{width: 33.33%; display: flex; align-items: center; padding: .15rem 0; }
.information p span{display: inline-block; width: .3rem; height: .3rem; line-height: .3rem; margin-right: .1rem; background-color: #CAF982; color: #fff; text-align: center;}
.information p a{display: inline-block; width: 3rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.friendlink{margin-top: .4rem; border-top: 1px dotted var(--global--color-base); padding: .2rem .1rem;}
.friendlink p{margin-bottom: .15rem;}
.friendlink a {display: inline-block; margin-right: .2rem;}
/* index end */

.position{padding: .2rem .2rem ; border-bottom: 1px solid var(--global--color-light);}
.position span{font-family: '宋体'; margin: 0 .1rem;}
.content{padding-top: .4rem; font-size: var(--global--font-size-md);}
.content p{margin-bottom: .2rem; }
.content img{max-width: 90%;}
/* about */
.about .content{font-size: var(--global--font-size-ll);}
.concept ul{width: 80%; margin: 0 auto; display: flex; }
.concept ul li{width: 33.3%; margin-right: .02rem;}
.concept ul li div{background-color: var(--global--color-light); padding: .05rem;}
.concept ul li div p{color: #fff; font-size: var(--global--font-size-xxl); text-align: center; border-radius: .05rem;}
.concept ul li div p:last-of-type{font-size: var(--global--font-size-xs);}
.concept ul li > p{padding:.15rem .2rem; font-size: var(--global--font-size-ll);}

.team div{text-align: center;}
.team div img{width: 7.9rem;}

.sop ul{display: flex; flex-wrap: wrap; padding: 0 .4rem;}
.sop li{height: 1rem; width: 2.9rem; margin: .16rem 0; margin-right: .75rem;  display: flex;}
.sop li:nth-child(3n) {margin-right: 0;}
.sop li div:first-child{height: 1rem; width: 1rem; background-color: #98AE6A; display: flex; justify-content: center; align-items: center;}
.sop li div .iconfont{color: #fff; font-size: .6rem;}
.sop li div:last-child{width: 1.9rem; padding-left: .1rem; display: flex; flex-direction: column; justify-content: center;}
.sop li p:last-of-type{padding-top: .05rem; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
/* about end*/

/* .service */
.service .sub-menu{text-align: center; margin-top: .4rem;}
.service .sub-menu a{padding: .15rem .4rem; margin: 0 .3rem; border: 1px solid var(--global--color-base);}
.list2{display: flex; flex-wrap: wrap;}
.list2 li{width: 33.33%; padding-right: .2rem;  display: flex; align-items: center; justify-content: left; height: .32rem; }
.list2 li::before{content:""; display: inline-block; width: .05rem; height: .05rem; border-radius: 50%; background-color: var(--global--color-gray);}
.list2 li a{margin-left: .1rem;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.list2 li.w_25{width: 25%;}
.service-area table{border-collapse:collapse; border:solid 1px var(--global--color-base); font-size: var(--global--color-base);}
.service-area table td{border:solid 1px var(--global--color-base); text-align: center; width: 1.22rem; padding: .08rem 0;}

/*hospital*/
.hospital .info{display:flex; justify-content: space-between; padding: 0 .25rem;}
.hospital .info > div{ margin-top: 0;}
.hospital .info .img{width:3rem; height: 2.56rem;}
.hospital .info .img img{width:100%; height: 100%; object-fit: contain;}
.hospital .info .detail{width:5rem;}
.hospital .info .detail div{display:flex; align-items: center; margin-bottom: .05rem;}
.hospital .info .detail div a{padding: .01rem .04rem; margin: 0 .04rem; border-radius: .05rem; font-size: var(--global--font-size-xs);}
.hospital .info .detail .title{margin-bottom: .1rem; justify-content: space-between; }
.hospital .info .title h1{font-size:var(--global--font-size-lg); }
.hospital .info .title div{text-align: right; min-width: 1.95rem}
.hospital .info .title div a{background: #FFB25F; color: #fff; }
.hospital .info .title div a:nth-child(2n){background: #5FA6FF;}
.hospital .info .detail .address{margin-bottom: .2rem; justify-content: space-between; }
.hospital .info .address div{ min-width: 1.95rem}
.hospital .info .detail .excerpt{display: block;}
.hospital .info .detail .intro{padding-bottom: .4rem;}
.hospital .info .detail .tabs{position: absolute; right: 0; bottom: 0;}
.hospital .info .detail .tabs a{ border-bottom: .02rem solid #fff; border-radius:0; padding: .05rem .2rem; font-size: var(--global--font-size-base);}
.hospital .info .detail .tabs a:hover,.hospital .info .detail .tabs a.current{border-color: var(--global--color-light);}
.hospital .info .lzkh-service{width:3.1rem; padding-left: .2rem; min-height: 2.56rem; border-left: 1px #ccc solid;}
.hospital .service-intro{line-height: 1.8;}
.hospital .service-intro .con{font-size: var(--global--font-size-md); margin-top: .25rem;}
.hospital .content{padding-top:0}
.hospital .info .detail .lz-c-consultation-btn{position: absolute; left: 0; bottom: 0; cursor: pointer; padding: .05rem .2rem; border: 1px solid var(--global--color-green); color: var(--global--color-green);}
.hospital .info.nopic .detail {width:8rem}
.hospital .info.nopic .lzkh-service{min-height: 2.2rem}

.filter{padding: .2rem .1rem; border-bottom:1px solid var(--global--color-light)}
.filter dl{display:flex; align-items: center; }
.filter dl dt{width: .6rem; font-size: var(--global--font-size-md);}
.filter dl dd{width: 6.6rem}
.filter dl dd a{display: inline-block;  margin: .05rem; padding: .02rem .1rem; border: 1px solid #fff;}
.filter dl dd a.current{color:var(--global--color-green); border-color: var(--global--color-green);}

/* star */
.star .sub-menu{text-align: center;}
.star .sub-menu span{padding: .15rem .2rem; margin: 0 .2rem; border: none; background-color: var(--global--color-light); color: #fff; border-radius: .05rem; display: inline-block;}
.star .sop{margin-top: .8rem;}
.certificate div{text-align: center;}
.certificate div img{width: 8rem; margin: .4rem 0;}
.certificate div img:last-of-type{width: 9rem;}

/* news */
.news{display: flex; justify-content: space-between; padding: 0 .3rem; color: var(--global--color-gray);}
.news a{color: var(--global--color-gray);}
.news a:hover{ color:var(--global--color-hover);}
.news .sub-menu{text-align: left; border-bottom: .02rem solid var(--global--color-light); padding-bottom: .2rem;margin-top: .4rem;}
.news .sub-menu li{display: inline-block;}
.news .sub-menu a{border:.02rem solid var(--global--color-light); padding: 0; margin: 0 .03rem; margin-bottom: .1rem; display: inline-block; text-align: center; width: 1rem; height: .48rem; line-height: .44rem;  }
.news .sub-menu a:hover, .news .sub-menu li.current-cat a{color: var(--global--color-light); font-weight: bold;}
.list{width: 7.6rem;}
.list .li li{padding: .2rem .1rem; border-bottom: 1px dashed var(--global--color-gray); line-height: 1.8;}
.list .li li:last-of-type{border-bottom: none;}
.list .li li h2{padding-bottom: .05rem;font-size: var(--global--font-size-md); }
.list .li li div:first-of-type{font-size: var(--global--font-size-xs);}
.list .li li div:first-of-type a{margin-left: .1rem;}
.list .li li div:last-child{display: flex; justify-content: space-between; margin-top: .05rem;}
.list .li li div:last-child a {margin-right:.2rem; display: inline-block;}
.list .li li div:last-child span{ flex: none;}
.list .pagination{text-align: center; padding: .2rem 0;}
.list .pagination a, .list .pagination span{display: inline-block; width: .3rem; height: .3rem; line-height: .28rem; border: 1px solid var(--global--color-gray); text-align: center; margin: 0 .05rem;} 
.list .pagination span{border-color: #fff;}
.list .pagination a:hover{border: 1px solid var(--global--color-light); color: var(--global--color-light);}
.list .pagination .screen-reader-text{display: none;}
.list .module, aside .module{padding: 0;}
.list .list2 li{border: none; width: 33.33%; padding: 0; padding-right: .2rem;}
.pre-next{display: flex; background-color: #F2F2F2; margin-top: .5rem;}
.pre-next p{width: 50%; padding: .08rem 0.2rem; display: flex;}
.pre-next p:last-of-type{justify-content: right;}
.pre-next a{display: block; max-width: 2.8rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
aside{width: 3.3rem;}
aside .list2 li{width: 100%;}
aside .list2 li a{margin-left: .1rem; width: 100%;}
.news aside .sub-menu{border-bottom: none; padding-bottom: 0;}

article h1{font-size: var(--global--font-size-xxxl); text-align: center; padding: .2rem;}
article > p{padding: .1rem 0;}
article .source{ }
article .source span{margin-right: .2rem;}
article .tag{text-align: left; border-bottom: 1px solid #ccc; padding-top: 0;}
article .tag a{margin-right: .2rem; display: inline-block;}
article .tag a:last-child{margin-right: 0;}
article .content ul{list-style-type:auto; margin-bottom: .2rem}
article .content ol{list-style-type:auto; margin-bottom: .2rem}
article .content dl{list-style-type:auto; margin-bottom: .2rem}
article .content li{list-style-type:auto; margin-left: .4rem; margin-bottom: .1rem}

.list .recommend {border: 1px solid #ccc; padding: .2rem;}
.recommend ul{padding: .1rem; display:flex; align-items: center; justify-content: center;}
.recommend ul li{margin:0 .15rem; text-align: center;}
.recommend ul li p{margin-top:.1rem}

.tag-list a{display: inline-block;}

footer{border-top: .03rem solid var(--global--color-light);  display: flex; align-items: center; justify-content: space-between; margin-top: .3rem; padding: .2rem .5rem;}
footer .logo img{width: 2.5rem;}
footer .con{width: 5rem;}
footer .con nav, footer .con  p{margin-top: .2rem;}
footer nav a{display: inline-block; margin-right: .2rem;}
footer nav li{display: inline-block;}
footer .contact-number {font-size: var(--global--font-size-lg);}



.alignleft {
   display:inline;
   float:left; text-align:left;
}
.alignright {
   display:inline;
   float:right; text-align:right;
}
.aligncenter {
   clear:both;
   display:block;
   margin-left:auto;
   margin-right:auto; text-align:center;
}
.wp-block-image{text-align:center;}

@media screen and (max-width: 1920px) {
	html { font-size: 878.477%; }
}
@media screen and (max-width: 1440px) {
	html { font-size: 658.858%; }
}
@media screen and (max-width: 1366px) {
	html { font-size: 617.222%; }
}
@media screen and (max-width: 1024px) {
	html { font-size: 468.521%; }
}


@media screen and (max-width: 768px) {
	html { font-size: 351.391%; }
}
@media screen and (max-width: 414px) {
	html { font-size:189.422%; }
}
@media screen and (max-width: 375px) {
	html {font-size: 171.578%;}
}
@media screen and (max-width: 360px) {
	html { font-size: 164.714%; }
}
